From bf58447c42e062ba9a9db141fa33c2535a3cfb19 Mon Sep 17 00:00:00 2001 From: Ulysse Carion Date: Thu, 30 Jul 2015 20:01:08 -0700 Subject: [PATCH] Fix a typo --- src/cargo/sources/registry.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/sources/registry.rs b/src/cargo/sources/registry.rs index bda2de90e..29ec378b1 100644 --- a/src/cargo/sources/registry.rs +++ b/src/cargo/sources/registry.rs @@ -96,7 +96,7 @@ //! each of which has many sub-folders with two letters. At the end of all these //! are the actual crate files themselves. //! -//! The purpose of this layou tis to hopefully cut down on `ls` sizes as well as +//! The purpose of this layout is to hopefully cut down on `ls` sizes as well as //! efficient lookup based on the crate name itself. //! //! ## Crate files -- 2.30.2